home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
iv.dir
/
00041_replace button callback.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
380 b
|
14 lines
on mouseDown
global givState
set clik to the clickOn
set the castNum of sprite clik to the number of cast "replace button down"
updateStage()
repeat while the stillDown
nothing()
end repeat
if the mouseCast = the number of cast "replace button down" then
EditListReplace()
end if
set the castNum of sprite clik to the number of cast "replace button"
end